home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Picture It! Photo Premium Version 9 / PI_CD1.ISO / pip / pi9 / 1033 / tour.swf / scripts / DefineButton2_174 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-05-22  |  221 b   |  13 lines

  1. on(release){
  2.    fscommand("GoToHelp","0x1da2");
  3.    tellTarget("_level0.show")
  4.    {
  5.       _level.selection = "stoppy";
  6.    }
  7.    tellTarget("_level0.playbtn")
  8.    {
  9.       gotoAndStop("play");
  10.       play();
  11.    }
  12. }
  13.